|
|
- Mindstorms -- Programming Languages
- Today we'll talk about two programming languages for Mindstorms, NQC and leJOS
- NQC - "Not Quite C"
- Built by Dave Baum
- Based on a subset of C, uses C syntax & a lot of C standards
- Setting Up NQC on Mac OS X
- The current version as of this writing is 2.5 a1, which holds the first Mac OS X command line version
- Setting it up is pretty easy; it's a pre-compiled binary. Download, start up the terminal, find the binary and hit "nqc".
|
|